C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class
Members

C1DynamicList<T> Class
List which can be initialized with an arbitrary Count of (null) items.
Object Model
C1DynamicList<T> Class
Syntax
'Declaration
 
Public NotInheritable Class C1DynamicList(Of T) 
 
Type Parameters
T
Remarks
This collection optimizes the memory for large collections needing to allocate memory on demand.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DynamicList<T>

See Also